home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-01-19 | 440 b | 11 lines | [TEXT/CWIE] |
- /* UserItem.h
- * Handy utilities for manipulating user items.
- * Copyright ©1997 Crawford Software Consulting. All Rights Reserved.
- * 19 Jan 97 Mike Crawford crawford@scruznet.com http://www.scruznet.com/~crawford/
- *
- * Get the Word Services Software Development Kit from http://www.wordservices.org/
- */
-
- void InstallUserItemProc( DialogPtr dlg, short item, ProcPtr userProc );
- void DestroyUserItemProc( DialogPtr dlg, short item );
-